home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 11
/
Cream of the Crop 11-1.iso
/
comm
/
110a115a.zip
/
SCRIPTS.ZIP
/
PASSWORD.SLT
< prev
next >
Wrap
Text File
|
1995-12-21
|
943b
|
22 lines
/****************************************************************/
/* */
/* Demo of how to access and use the password stored in the */
/* PhoneBook when connected to a BBS. */
/* */
/* Copyright 1995 deltaComm Development, Inc. */
/* */
/****************************************************************/
main()
{
if (_entry_pass) // make sure password has been defined for this
// entry and that an entry has been connected to.
{
cPutS(_entry_pass); // send the password
cNewLine; // and a carriage return
}
else // else show error box for 4 seconds
status_wind("No password available!",40);
}